Closed (fixed)
Project:
Open Flash Chart API
Version:
5.x-2.6
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Mar 2008 at 22:03 UTC
Updated:
3 Jul 2008 at 19:54 UTC
Jump to comment: Most recent file
Comments
Comment #1
gilmichlin commentedsadly i must say that defer not always works.
it's seems like IE bug : http://support.microsoft.com/default.aspx/kb/927917
but whats bother me is that in http://teethgrinder.co.uk/open-flash-chart/tutorial.php
everything works fine.
I tried to play with the render function with no success.
Comment #2
esmailzadeh commentedhi
so how we can solve this problem?
i think when i install jstools this problem occurred.
i think this is critical bug. (if can saied this is ofc bug and this is not ie bug )
Comment #3
esmailzadeh commentedthis solution (defer="true") just desable my chart and no more
Comment #4
esmailzadeh commentedthis is fixed with H3rnand3z :
in open_flash_chart_api.module
after line 882 I inserted
$(document).ready(function(){
and after line 1016 I inserted
});
please add this to open_flash_chart_api core
Comment #5
redndahead commentedI'm attaching a patch for this. You will need to patch it against cvs. Anybody else can tell me if this works?
Comment #6
redndahead commentedHere's the Drupal 6 Version
Comment #7
esmailzadeh commentedi test it and this work good (i apply this patch manually and without any patch mechanism)
Comment #8
redndahead commentedCommitted
Comment #9
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.